home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / domacnost a kancelar / winrar / wrar370.exe / WinRAR.chm / html / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-05-22  |  1.5 KB  |  90 lines

  1. p {
  2.     text-indent: 20px;
  3.     font-family: Geneva, Arial, Helvetica, sans-serif;
  4.     font-size: 14px;
  5.     margin-top: 6px;
  6.     margin-bottom: 0px;
  7. }
  8.  
  9. /* page title */
  10. .title {
  11.     font-size: 18px;
  12.     font-weight: bold;
  13.     color: #0066FF;
  14. }
  15.  
  16. /* sample text */
  17. .sample {
  18.     font-weight: bold;
  19.     font-family: "Lucida Console";
  20.     margin-top: 6px;
  21. }
  22.  
  23. /* tables with solid border */
  24. .sb {
  25.   border-collapse: collapse;
  26.   border: 1px solid black;
  27.   padding: 0.2em;
  28.   padding-left: 0.5em;
  29. }
  30.  
  31. ul {
  32.     font-family: Geneva, Arial, Helvetica, sans-serif;
  33.     font-size: 14px;
  34.     margin-top: 6px;
  35.     margin-bottom: 0px;
  36. }
  37. a:link {
  38.     color: #0000CC;
  39. }
  40. a:visited {
  41.     color: #0000CC;
  42. }
  43. a:hover {
  44.     color: #0000CC;
  45.     background-color: #BBFFFF;
  46. }
  47. li {
  48.     font-family: Geneva, Arial, Helvetica, sans-serif;
  49.     font-size: 14px;
  50.     margin-top: 6px;
  51. }
  52. td {
  53.     font-family: Geneva, Arial, Helvetica, sans-serif;
  54.     font-size: 14px;
  55.     padding: 6px;
  56. }
  57. h1 {
  58.     font-family: Geneva, Arial, Helvetica, sans-serif;
  59.     font-size: 14px;
  60.     font-style: italic;
  61.     font-weight: bold;
  62.     text-indent: 0pt;
  63.     margin-top: 12px;
  64.     margin-bottom: 3px;
  65. }
  66. .faq-q {
  67.     text-indent: -15pt;
  68.     padding-left: 36px;
  69.     margin-top: 15px;
  70. }
  71. ol {
  72.     margin-top: 0px;
  73.     margin-bottom: 0px;
  74. }
  75. blockquote {
  76.     margin-top: 3px;
  77.     margin-bottom: 3px;
  78. }
  79. .faq-a {
  80.     text-indent: -15pt;
  81.     padding-left: 36px;
  82. }
  83. pre {
  84.     font-family: "Courier New", Courier, mono;
  85.     font-size: 14px;
  86.     margin-top: 2px;
  87.     margin-left: 0px;
  88.     margin-bottom: 0px;
  89. }
  90.